range: Avoid animations during slider drag
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 8 Jul 2014 13:35:18 +0000 (15:35 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 9 Jul 2014 01:14:41 +0000 (21:14 -0400)
commitd5b96b95a08c4491797bea470835278f74b907c5
tree69f456e608e96a4b85404e86cfd881069dfd1465
parentea19e595a170cfdfbaaaa1d7ca784a1fb80b8a9c
range: Avoid animations during slider drag

If the drag gesture gets a GtkGesture::updated signal, the user
is directly interacting through pointer/touch with the range slider,
animating the adjustment value change in this situation can produce
perceived lag, so set the value immediately when this is happening.
gtk/gtkrange.c